home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 1
/
Precision Software Applications Silver Collection Volume One (PSM) (1993).iso
/
windows
/
games
/
bjack1.exe
/
INSTALL.FRM
(
.txt
)
< prev
next >
Wrap
Visual Basic Form
|
1991-11-19
|
8KB
|
246 lines
FrmUser
New/Modify User
Form2,
TxtUserName
user name - new
LblUser
User:
LblUserName
user name - modify
ChkAccountDisabled
Acc&ount Disabled
Label1
&Full Name:
FmePrivilege
Privilege
RdoPrivilege
&Guest
RdoPrivilege
&User
RdoPrivilege
Ad&min
TxtFullName
FmePassword
Password Options
TxtPassword
LblPassword
Pa&ssword:
PicPwdSeparator
LblPwdLastChanged
Last Changed:
LblPwdChangedDate
10/19/91 04:23:17
LblComment
&Comment:
TxtComment
LblScript
&Logon Script Path:
TxtLogonScriptPath
FmeHomeDir
Home Directory
FmePermissions
Permissions
RdoGroupPerms
&This User
PicPermsSeparator
ChkPerms
&Read
LblGroupPerms
[RWCEDAP]
ChkPerms
&Write
ChkPerms
&Create
RdoGroupPerms
&GUESTS
ChkPerms
&Execute
LblGroupPerms
[RWCEDAP]
ChkPerms
&Delete
RdoGroupPerms
&USERS
ChkPerms
&Attributes
LblGroupPerms
[RWCEDAP]
ChkPerms
&Permissions
LblServer
Ser&ver:
CmbServer
LblShare
S&hare:
CmbShare
LblDir
Directory &Name:
TxtHomeDir
LblMaxStorage
Ma&ximum Storage:
TxtMaxStorage
= LblKBytes
Kbytes
CmdOK
CmdCancel
Cancel
CmdHelp
&Help
Check9_Click
Label3_Click
TxtLogonScriptPath_Change
Command1_Click
ChkPerms_Clickk
Index
SetPerms
ChkPerms
Value&
PERM_INDICATORSo
SetDisplayPermsX
LblGroupPerms
CurrentGroup
Caption
array
Form_Click|
RdoGroupPerms_Click
LblGroupPerms_Click
SetCheckedPerms
Form_Load
Remove_Items_From_Sysmenu
A_Form
FrmUser
UserInfo
usri2_flagsk
UF_ACCOUNTDISABLEW
CmdOK_Click
GetUserControls
SetUserInfo
resulth
CmdHelp_Click
CmdCancel_Click
CmbShare_ChangeJ
GetUsersx
TxtUserName
Visible
TRUE9
TxtPassword
LblUserName_Click
LblUserName_Change
LblComment_Click
LblDir_Click/
LblPassword_ClickJ
LblPwdChangedDate_Clicke
LblPwdLastChanged_Clickx
LblScript_Click
LblServer_Click
LblShare_Clickt
LblUser_Click
LblUserName
FALSE>
CmbServer_Change
CurrentServer
LMNetShareEnum_L1
Shares1a*
ErrMsg
LMError
MB_ICONEXCLAMATION
CmbShare
ListCountU
shi1_netname
CmbServer
CmbServer_LostFocus
ServerChanged
ServerChangedFlag^
CmbServer_GotFocus
CmbServer_Click
FmeHomeDir_DragDrop
Sourcex
FmePassword_DragDropE
FmePermissions_DragDrop
FmePrivilege_DragDrop
ListIndex
ShareEnum
ShareEnum2
agServerChangedFlag
CmbShare_GotFocus
GetWindow
FrmMainE
GW_CHILD
lresult
SendMessageR
LB_SETTABSTOPS
EM_LIMITTEXT+
UNLEN
WinHelp
StartUpDir
HELPFILE
HELP_CONTEXT
HELP_DEFINE_EVENTS
HELP_USERf
OpFlag
OP_NEWUSER
Form_Unload
Cancel
Enabled
LblUser
PicPermsSeparator_Click
ChkPwdCantChange_Click
CurrentUser
OP_MODIFYUSER
TxtFullName5
PrevPtr
MousePointer
HOURGLASS
LbxUsers
TxtComment
CurrentGroup indicates the currently selected group for
permissions (ThisUser (0), Guests (1), or Users (2)).
The values correspond to the Index of the LblGroupPerms
control array for these groups.
The ServerChangedFlag is used to indicate if thee
selected server for the home directory has changed.
This is used to trigger an Enum of the shares for
the server when it changes.
ChkPerms_Click
When a permission is changed, update the displayedd
list for the selected radio of ThisUser, Guests, or Users.l
SetDisplayPerms
Set the displayed permissions for the currently selectedd
permission group (ThisUser, Guests, or Users) based uponn
the value of the ChkPerms control array.r
checked
RdoGroupPerms_Click
Set the CurrentGroup to the index of the selected group..
Set the checked perms for the group.p
Form_Load
Remove unneeded items from the system menu.
Limit the length of text in the User text box
to UNLEN (max length for a user name)
Get the handle to the text box control.
Assume it is the first control of the form.
Get the current directory - to use when calling help files.
CmdOK_Click
Save the changes for the user.
must be new useru
Must have a user name"
Error Adding User"
Set the focus for the User form to the first editable
control.f
enumerate the users in CurrentDomainI
Save the comment field into the user list if it changedi
CmdCancel_Click
Set the focus for the User form to the first editable
control.f
CmbServer_Change
Set the ServerChangedFlag to TRUE if the server
name is changed and the User form is visible.
CmbServer_LostFocus
If the server has been changed by entering aa
server directly (typing in the name), thenn
update the share combo box and reset thee
ServerChangedFlag.o
CmbServer_Click
Update the share combo box when server is changed.t
CmdHelp_Click
Call help for User form.